System.Collections.IList.Clear Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes all the items from the list, resulting in an empty list.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IList.Clear()
Visual Basic (Declaration)
Private Sub System.Collections.IList.Clear Implements IList.Clear
Visual C++
private:
virtual void System.Collections.IList.Clear () sealed = IList::Clear

See Also